home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2012 April / ME_04_2012.iso / Multimedia / AutoRate 1.6.dmg / Enable Half-Star Ratings in iTunes.app / Contents / Info.plist < prev    next >
Encoding:
Extensible Markup Language  |  2009-03-30  |  1.5 KB  |  58 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>AMIsApplet</key>
  6.     <true/>
  7.     <key>AMStayOpen</key>
  8.     <false/>
  9.     <key>CFBundleDevelopmentRegion</key>
  10.     <string>English</string>
  11.     <key>CFBundleDocumentTypes</key>
  12.     <array>
  13.         <dict>
  14.             <key>CFBundleTypeExtensions</key>
  15.             <array>
  16.                 <string>*</string>
  17.             </array>
  18.             <key>CFBundleTypeIconFile</key>
  19.             <string></string>
  20.             <key>CFBundleTypeName</key>
  21.             <string>Automator workflow file</string>
  22.             <key>CFBundleTypeOSTypes</key>
  23.             <array>
  24.                 <string>****</string>
  25.             </array>
  26.             <key>CFBundleTypeRole</key>
  27.             <string>Viewer</string>
  28.         </dict>
  29.     </array>
  30.     <key>CFBundleExecutable</key>
  31.     <string>Half-Star Enabler</string>
  32.     <key>CFBundleIconFile</key>
  33.     <string>AutomatorApplet</string>
  34.     <key>CFBundleIdentifier</key>
  35.     <string>com.apple.automator.Half-StarEnabler</string>
  36.     <key>CFBundleInfoDictionaryVersion</key>
  37.     <string>6.0</string>
  38.     <key>CFBundleName</key>
  39.     <string>Half-Star Enabler</string>
  40.     <key>CFBundlePackageType</key>
  41.     <string>APPL</string>
  42.     <key>CFBundleShortVersionString</key>
  43.     <string>1.0</string>
  44.     <key>CFBundleSignature</key>
  45.     <string>????</string>
  46.     <key>CFBundleVersion</key>
  47.     <string>160</string>
  48.     <key>LSUIElement</key>
  49.     <false/>
  50.     <key>NSAppleScriptEnabled</key>
  51.     <string>YES</string>
  52.     <key>NSMainNibFile</key>
  53.     <string>ApplicationStub</string>
  54.     <key>NSPrincipalClass</key>
  55.     <string>NSApplication</string>
  56. </dict>
  57. </plist>
  58.